home *** CD-ROM | disk | FTP | other *** search
/ Video Dictionary 2 / Video Dictionary 2 - Disc 1.iso / pc / Others / Openend.Dxr / 00005_frame loop.ls < prev    next >
Encoding:
Text File  |  1999-06-11  |  168 b   |  9 lines

  1. on exitFrame
  2.   if the movieTime of sprite 2 = the duration of member the member of sprite 2 then
  3.     wait(2)
  4.     go("jumpToMain")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.